home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_4262 / frame_82 / DoAction.as < prev   
Encoding:
Text File  |  2011-06-09  |  85 b   |  6 lines

  1. if(_root.cm.hitTest(hitter))
  2. {
  3.    _root.cm.hit = true;
  4.    _root.health -= 15;
  5. }
  6.